MsgBox "There are still open files on the service and it cannot be disconnected. Please close the open files and click 'OK' to dismount the service.", 0, "Network Services"
GoTo DismAttempt
End If
If nOpenFileAction = NET_OPENQUERY Then ' Warn and prompt
nAction = MsgBox("There are still open files on the service. Do you want to disconnect anyway?", 4 + 32, "Network Services")